home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Form / Sources / CWBuildSOM < prev    next >
Encoding:
Text File  |  1996-09-17  |  429 b   |  11 lines  |  [TEXT/MPS ]

  1. # Builds xh and xih files.
  2. #
  3. # This is meant to be used for CodeWarrior IDE builds only.
  4. # Since the SOM files are stored in the sources folder, we can just specify PPC Debug
  5. # and they'll get built for everything. No need to build every combination
  6. #
  7. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  8.  
  9. Directory "{ODFDev}Form:CWPPCDebug:"
  10. FWBuild -Metrowerks "{ODFDev}Form:Sources:ODFForm.SOM"
  11.